home *** CD-ROM | disk | FTP | other *** search
/ TeleMagic 4 / TeleMagic v4.0.iso / tm / data1.cab / Program_Files / TMMAIL.EXE / 0 / RCDATA / TCHECKMESSAGESINTERVALFORM / TCHECKMESSAGESINTERVALFORM.txt
Encoding:
Text File  |  1999-05-28  |  647 b   |  31 lines

  1. object CheckMessagesIntervalForm: TCheckMessagesIntervalForm
  2.   Left = 580
  3.   Top = 115
  4.   Width = 120
  5.   Height = 102
  6.   BorderIcons = []
  7.   Caption = 'CheckMessagesIntervalForm'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object TheTimer: TTimer
  17.     Enabled = False
  18.     Interval = 300000
  19.     OnTimer = TheTimerTimer
  20.     Left = 16
  21.     Top = 16
  22.   end
  23.   object CheckInternalTimer: TTimer
  24.     Enabled = False
  25.     Interval = 60000
  26.     OnTimer = CheckInternalTimerTimer
  27.     Left = 53
  28.     Top = 24
  29.   end
  30. end
  31.